.fabiaobj{
    background: url(/Home/Tpl/Public/images/fabiao.jpg) no-repeat;
    height: 992px;
    margin-bottom: -35px;
}
.democon{
    width: 1200px;
    margin:0 auto;
}
.democon .service_title{
    margin-top: 30px;
    margin-bottom: 25px;
}
/*发表案例*/

.index-demo h1 {
    margin-top: 0;
}

.index-demo .index-democon .img {}

.index-demo .index-democon .img div {
    /*width: 128px; */
    /* height: 165px; */
    display: block;
    font-size: 0;
    cursor: default;
    padding: 60px 25px 0px 25px;
}
.biaoqian{
    margin: 20px 20px 0px 20px;
    border-top: 1px solid #eef9fa;
}
.index-demo .index-democon .img img {
    width: 116px;
    height: 150px;
}

.index-demo .index-democon ul {
    padding-bottom: 20px;
}

.index-demo .index-democon ul li {
    margin-bottom: 40px;
    float: left;
    width: 518px;
    height: 272px;
    /* border-radius: 5px; */
    background-color: #fff;
    position: relative;
    /* border: 1px solid #29b4bd; */
    border-bottom: 3px solid #29b4bd;
    border-left: 2px solid #29b4bd;
    border-right: 2px solid #29b4bd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.index-demo .index-democon ul li:nth-child(odd) {
    margin-right: 13%;
}

.index-demo .index-democon .txt {
    margin-left: 0;
    line-height: 2.1;
    color: #666666;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 60px;
}

.index-demo .index-democon .txt>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
}

.index-demo .index-democon .txt a {
    color: #000000;
    display: block;
    height: auto;
    font-size: 14px;
}

.index-demo .index-democon .txt a:hover {
    text-decoration: underline;
}

.index-demo .index-democon .txt a:hover,
.index-demo .txt a:hover span {
    color: #98CC60;
}

/*.index-demo .index-democon .txt a span , .index-demo .txt span  { color: #333333;}*/
.index-demo .index-democon .value {
    position: relative;
    width: 90px;
    height: 89px;
}

.index-demo .index-democon .value .bg {
    position: absolute;
    background: url("../image/index-demonumbg2.png") no-repeat;
    width: 90px;
    height: 89px;
    display: block;
}

.index-demo .index-democon .value .num {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #F8BC43;
}
.f-l {
    float: left;
    display: block;
}
.fbal-tip {
    display: inline-block;
    color: #ff914e;
    font-size: 12px;
    border: 1px solid rgba(255, 145, 78, 0.5);
     border-radius: 2px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    width: fit-content;
    padding: 4px 8px;
    margin-top: 8px;
    margin-right: 5px;
}
.fbal-foot {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    display: flex;
    background-color: #29b4bd;
    /* border-bottom-right-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    position: absolute;
    left: 0;
    top: 0;
}
.fbal-yxyz {
    font-size: 16px;
    color: #ffffff;
    margin-left: 70px;
}

.fbal-fwlx {
    font-size: 16px;
    color: #ffffff;
    margin-left: 65px;
}
.fbal-big {
    font-size: 24px;
    font-weight: bold;
}
.fabiao-list-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.fabiao-list-bottom{
    display: flex;
    justify-content: space-between;
}
.fabiao-list {
    width: 1000px;
    margin: 0 auto;
}
.fabiao-list-top div{
    width: 381px;
    height: 42px;
    background: #f4fbfc;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #29b4bd;
    font-size: 16px;
    cursor: pointer;
}
.fabiao-list-top div:hover {
    background: #fffaf8;
    border: 1px solid #ff914e;
    color: #ff914e;
}
.fabiao-list-bottom div{
    width: 381px;
    height: 42px;
    background: #f4fbfc;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #29b4bd;
    font-size: 16px;
    cursor: pointer;
}
.fabiao-list-bottom div:hover{
    background: #fffaf8;
    border: 1px solid #ff914e;
    color: #ff914e;
}
.fabiao-list-button {
    width: 211px;
    height: 35px;
    margin: 46px auto;
    background: #ff914e;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
}
.fabiao-list-button a{
    color: #fff;
}
.text-list{
    color: #000;
}
.fbal-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 20px;
}